home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / comm2 / mmuuedcd.lha / DOC / MM_UUEnDecode.Doc
Text File  |  1996-04-25  |  2KB  |  56 lines

  1.  
  2. MM--------------------------------------------------------------------------
  3.    #    # #    # ###### #    # #####  ######  ####   ####  #####  ######
  4.    #    # #    # #      ##   # #    # #      #    # #    # #    # #     
  5.    #    # #    # #####  # #  # #    # #####  #      #    # #    # ##### 
  6.    #    # #    # #      #  # # #    # #      #      #    # #    # #     
  7.    #    # #    # #      #   ## #    # #      #    # #    # #    # #     
  8.     ####   ####  ###### #    # #####  ######  ####   ####  #####  ######
  9. ----------------------------------------------------------------------------
  10.  
  11.                       (C) 1994-96 By Paolo Carotenuto
  12.  
  13.  
  14.  
  15. MM_UUEndecode
  16. ~~~~~~~~~~~~~
  17.  
  18. This little script allows you to UUEncode or UUDecode files into a message.
  19.  
  20.  
  21. Put these lines into your MailManager.cfg:
  22.  
  23. #BROWSEMENU  "UUDecode"    "rx mm:rexx/mm_uuendecode.rexx %a %n UUDECODE"    "D"
  24. #BROWSEMENU  "UUEncode"    "rx mm:rexx/mm_uuendecode.rexx %a %n UUENCODE"    "E"
  25.  
  26. Configure properly the following lines into the script:
  27.  
  28. /* --------------------------------------------------------------------- */
  29.  
  30. MM.UUDecode = 'ARCH:UUOut'
  31. MM.UUEncode = 'ARCH:UUIn'
  32. MM.FSCode   = 'ARCH:FSCode'
  33. MM.DestDir  = 'MM:UUDecode/'
  34.  
  35. /* --------------------------------------------------------------------- */
  36.  
  37.  
  38.  
  39. * HOW TO CONTACT THE AUTHOR
  40. ---------------------------
  41.  
  42. You can contact Me at one of the following addresses.
  43.  
  44.  Paolo Carotenuto - E-Mail: apunet@mbox.vol.it
  45.  
  46.  FidoNet 2:335/202.0   - 2:335/228.0
  47.  AmigaNet 39:102/101.0 - 39:102/107.0
  48.  
  49.  ** This Programm is CardWare,  Please send your postcard to:
  50.  
  51.     Paolo Carotenuto
  52.     IV Trav. Perrone Capano 53/a
  53.     80126 - Pianura
  54.     Napoli ( Italy )
  55.  
  56.